home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-30 | 1.6 KB | 63 lines | [TEXT/KAHL] |
- /******************************************************************************
- x_CDisplayPane.cp
-
- CDisplayPane Panorama/EditText Class
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architectâ„¢
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the My.cp
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Pano_cp" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #include "x_CDisplayPane.h"
-
- #include <CBartender.h>
-
-
- extern CBartender *gBartender; /* Manages all menus */
-
-
- TCL_DEFINE_CLASS_M1(x_CDisplayPane, CExpandorama);
-
-
- /******************************************************************************
- PutTo
-
- Put the contents of this object to the stream
- ******************************************************************************/
-
- void x_CDisplayPane::PutTo(
- CStream &aStream)
- {
- // Put data members for this class
-
-
- CExpandorama::PutTo(aStream); /* Let superclass save */
- }
-
-
- /******************************************************************************
- GetFrom
-
- Get the contents of this object from the stream and
- initialize the object
- ******************************************************************************/
-
- void x_CDisplayPane::GetFrom(
- CStream &aStream)
- {
- // Get data members for this class
-
-
- /* Let superclass restore */
- CExpandorama::GetFrom(aStream);
- }
-